Contains Method

Summary
Determines whether the IDictionary contains an element with the specified item.
Syntax
C#
C++/CLI
public bool Contains( 
   KeyValuePair<TKey, TValue> item 
) 
public:  
   bool Contains( 
      KeyValuePair<TKey, TValue>^ item 
   ) 

Parameters

item
The item to locate in the IDictionary.

Return Value

true if the IDictionary contains an item with the specified key; otherwise, false.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.